xenconsole: do not exit if a pty device is missing
authorIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 14 Jul 2010 15:36:47 +0000 (16:36 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 14 Jul 2010 15:36:47 +0000 (16:36 +0100)
commit87f759dea0913d56c0b15741c144802f7954be7d
tree62dba3b4210c1897a67764c24920251c25b51885
parentdc04fe42de492095fa4900cde51e449fb280803e
xenconsole: do not exit if a pty device is missing

This can just mean we have raced with the bootloader exiting and if we
continue we will likely see the real domain console show up.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
tools/console/client/main.c